[INFO] cloning repository https://github.com/rcelha/broadcast-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rcelha/broadcast-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcelha%2Fbroadcast-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcelha%2Fbroadcast-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0a667505699dcd563eb5ec73f3c70ce0c0ae45b7
[INFO] fixing rcelha/broadcast-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcelha%2Fbroadcast-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rcelha/broadcast-rs
[INFO] finished tweaking git repo https://github.com/rcelha/broadcast-rs
[INFO] tweaked toml for git repo https://github.com/rcelha/broadcast-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rcelha/broadcast-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rcelha/broadcast-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d374f8ab6e89de0b776fe542d9a5951a0cf6d06997b12642f12e73bd4d6dd9e9
[INFO] running `Command { std: "docker" "start" "d374f8ab6e89de0b776fe542d9a5951a0cf6d06997b12642f12e73bd4d6dd9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d374f8ab6e89de0b776fe542d9a5951a0cf6d06997b12642f12e73bd4d6dd9e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d374f8ab6e89de0b776fe542d9a5951a0cf6d06997b12642f12e73bd4d6dd9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d374f8ab6e89de0b776fe542d9a5951a0cf6d06997b12642f12e73bd4d6dd9e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking http v1.0.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]     Checking hdrhistogram v7.5.2
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking ordered-float v4.2.0
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling axum v0.7.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking anstream v0.6.11
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking strsim v0.11.0
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking crossbeam-channel v0.5.11
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking clap_builder v4.5.0
[INFO] [stderr]     Checking cadence v1.1.0
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]    Compiling prost-derive v0.11.9
[INFO] [stderr]     Checking prost v0.11.9
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.15
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling pin-project-internal v1.1.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.0
[INFO] [stderr]    Compiling async-recursion v1.0.5
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking pin-project v1.1.4
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking opentelemetry v0.21.0
[INFO] [stderr]     Checking tungstenite v0.21.0
[INFO] [stderr]     Checking clap v4.5.0
[INFO] [stderr]     Checking opentelemetry-semantic-conventions v0.13.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking http-body-util v0.1.0
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-stream v0.1.14
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]     Checking tokio-tungstenite v0.21.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking h2 v0.4.2
[INFO] [stderr]     Checking combine v4.6.6
[INFO] [stderr]     Checking tower-http v0.5.1
[INFO] [stderr]     Checking opentelemetry_sdk v0.21.2
[INFO] [stderr]     Checking tracing-opentelemetry v0.22.0
[INFO] [stderr]     Checking hyper v1.1.0
[INFO] [stderr]     Checking hyper-util v0.1.3
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking redis v0.24.0
[INFO] [stderr]     Checking hyper-timeout v0.4.1
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stderr]     Checking tonic v0.9.2
[INFO] [stderr]     Checking opentelemetry-proto v0.4.0
[INFO] [stderr]     Checking opentelemetry-otlp v0.14.0
[INFO] [stderr]     Checking broadcast-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/broker.rs:121:46
[INFO] [stdout]     |
[INFO] [stdout] 121 |             while let Some(broker_message) = self.api_rx().recv().await {
[INFO] [stdout]     |                            --------------    ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |                 |                    |
[INFO] [stdout]     |                            |                 |                    this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                            |                 |                    up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |                 |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |                 |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                            |                 up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `broker_message` calls a custom destructor
[INFO] [stdout]     |                            `broker_message` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 124 |                         self.handle_connect_client(client_id, tx).await?;
[INFO] [stdout]     |                         ------------------------------------------------
[INFO] [stdout]     |                         |                                         |
[INFO] [stdout]     |                         |                                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                         |                                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 127 |                         self.handle_disconnect_client(client_id).await?;
[INFO] [stdout]     |                         -----------------------------------------------
[INFO] [stdout]     |                         |                                        |
[INFO] [stdout]     |                         |                                        this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                         |                                        `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                         `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 |                         self.handle_subscribe(client_id, channel).await?;
[INFO] [stdout]     |                         ------------------------------------------------
[INFO] [stdout]     |                         |                                         |
[INFO] [stdout]     |                         |                                         this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                         |                                         `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                         self.handle_unsubscribe(client_id, channel).await?;
[INFO] [stdout]     |                         --------------------------------------------------
[INFO] [stdout]     |                         |                                           |
[INFO] [stdout]     |                         |                                           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                         |                                           `#13` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 136 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `broker_message` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/server.rs:253:35
[INFO] [stdout]     |
[INFO] [stdout] 253 |           while let Some(Ok(msg)) = socket_rx.next().await {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                     |                |
[INFO] [stdout]     |                                     |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                     |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                     up until Edition 2021 `#16` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 259 |                       let cmd_name = cmd_iter.next().ok_or(anyhow::anyhow!("No command"))?;
[INFO] [stdout]     |                                      -----------------------------------------------------
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 262 |                               let channel = cmd_iter
[INFO] [stdout]     |  ___________________________________________-
[INFO] [stdout] 263 | |                                 .next()
[INFO] [stdout] 264 | |                                 .ok_or(anyhow::anyhow!("No channel"))?
[INFO] [stdout]     | |                                                                      -
[INFO] [stdout]     | |                                                                      |
[INFO] [stdout]     | |______________________________________________________________________this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 265 |                                   .to_string();
[INFO] [stdout] 266 |                               broker_api.subscribe(inner_user_id.clone(), channel).await?;
[INFO] [stdout]     |                               -----------------------------------------------------------
[INFO] [stdout]     |                               |                                                    |
[INFO] [stdout]     |                               |                                                    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                               |                                                    `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                               `__awaitee` calls a custom destructor
[INFO] [stdout]     |                               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 269 |                               let channel = cmd_iter
[INFO] [stdout]     |  ___________________________________________-
[INFO] [stdout]     | |___________________________________________|
[INFO] [stdout] 270 | |                                 .next()
[INFO] [stdout] 271 | |                                 .ok_or(anyhow::anyhow!("No channel"))?
[INFO] [stdout]     | |                                                                      -
[INFO] [stdout]     | |______________________________________________________________________|
[INFO] [stdout]     | |______________________________________________________________________this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 272 |                                   .to_string();
[INFO] [stdout] 273 | /                             broker_api
[INFO] [stdout] 274 | |                                 .unsubscribe(inner_user_id.clone(), channel)
[INFO] [stdout] 275 | |                                 .await?;
[INFO] [stdout]     | |                                  ------
[INFO] [stdout]     | |__________________________________|___||
[INFO] [stdout]     | |__________________________________|___|this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |__________________________________|___|`#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |__________________________________|___this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                    |   `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                    this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 282 | |                     bridge_tx.send(Message::Binary(bin)).await?;
[INFO] [stdout]     | |                     ------------------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |                     `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 285 | |                     bridge_tx.send(Message::Pong(ping)).await?;
[INFO] [stdout]     | |                     -----------------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |                     broker_api.disconnect_client(inner_user_id.clone()).await?;
[INFO] [stdout]     | |                     ----------------------------------------------------------
[INFO] [stdout]     | |                     |                                                   |
[INFO] [stdout]     | |                     |                                                   this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     | |                     |                                                   `#14` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     | |                     `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     | |                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] 290 | |                     bridge_tx.send(Message::Close(close)).await?;
[INFO] [stdout]     | |                     -------------------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     | |                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 293 | |         }
[INFO] [stdout]     | |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/test_server_client.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/broker.rs:121:46
[INFO] [stdout]     |
[INFO] [stdout] 121 |             while let Some(broker_message) = self.api_rx().recv().await {
[INFO] [stdout]     |                            --------------    ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                            |                 |                    |
[INFO] [stdout]     |                            |                 |                    this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     |                            |                 |                    up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |                 |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            |                 |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            |                 this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     |                            |                 up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                            |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                            |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                            `broker_message` calls a custom destructor
[INFO] [stdout]     |                            `broker_message` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 124 |                         self.handle_connect_client(client_id, tx).await?;
[INFO] [stdout]     |                         ------------------------------------------------
[INFO] [stdout]     |                         |                                         |
[INFO] [stdout]     |                         |                                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                         |                                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 127 |                         self.handle_disconnect_client(client_id).await?;
[INFO] [stdout]     |                         -----------------------------------------------
[INFO] [stdout]     |                         |                                        |
[INFO] [stdout]     |                         |                                        this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                         |                                        `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                         `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                         `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 130 |                         self.handle_subscribe(client_id, channel).await?;
[INFO] [stdout]     |                         ------------------------------------------------
[INFO] [stdout]     |                         |                                         |
[INFO] [stdout]     |                         |                                         this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     |                         |                                         `#10` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                         `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                         `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 133 |                         self.handle_unsubscribe(client_id, channel).await?;
[INFO] [stdout]     |                         --------------------------------------------------
[INFO] [stdout]     |                         |                                           |
[INFO] [stdout]     |                         |                                           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     |                         |                                           `#13` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     |                         `#11` will be dropped later as of Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     |                         `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 136 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `broker_message` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/sync/oneshot.rs:844:1
[INFO] [stdout]     |
[INFO] [stdout] 844 | impl<T> Drop for Sender<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#11` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/server.rs:253:35
[INFO] [stdout]     |
[INFO] [stdout] 253 |           while let Some(Ok(msg)) = socket_rx.next().await {
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                     |                |
[INFO] [stdout]     |                                     |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                     |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                     this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]     |                                     up until Edition 2021 `#16` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 259 |                       let cmd_name = cmd_iter.next().ok_or(anyhow::anyhow!("No command"))?;
[INFO] [stdout]     |                                      -----------------------------------------------------
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 262 |                               let channel = cmd_iter
[INFO] [stdout]     |  ___________________________________________-
[INFO] [stdout] 263 | |                                 .next()
[INFO] [stdout] 264 | |                                 .ok_or(anyhow::anyhow!("No channel"))?
[INFO] [stdout]     | |                                                                      -
[INFO] [stdout]     | |                                                                      |
[INFO] [stdout]     | |______________________________________________________________________this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                                                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 265 |                                   .to_string();
[INFO] [stdout] 266 |                               broker_api.subscribe(inner_user_id.clone(), channel).await?;
[INFO] [stdout]     |                               -----------------------------------------------------------
[INFO] [stdout]     |                               |                                                    |
[INFO] [stdout]     |                               |                                                    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                               |                                                    `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                               `__awaitee` calls a custom destructor
[INFO] [stdout]     |                               `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 269 |                               let channel = cmd_iter
[INFO] [stdout]     |  ___________________________________________-
[INFO] [stdout]     | |___________________________________________|
[INFO] [stdout] 270 | |                                 .next()
[INFO] [stdout] 271 | |                                 .ok_or(anyhow::anyhow!("No channel"))?
[INFO] [stdout]     | |                                                                      -
[INFO] [stdout]     | |______________________________________________________________________|
[INFO] [stdout]     | |______________________________________________________________________this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                                                                        `#6` will be dropped later as of Edition 2024
[INFO] [stdout] 272 |                                   .to_string();
[INFO] [stdout] 273 | /                             broker_api
[INFO] [stdout] 274 | |                                 .unsubscribe(inner_user_id.clone(), channel)
[INFO] [stdout] 275 | |                                 .await?;
[INFO] [stdout]     | |                                  ------
[INFO] [stdout]     | |__________________________________|___||
[INFO] [stdout]     | |__________________________________|___|this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     | |__________________________________|___|`#7` will be dropped later as of Edition 2024
[INFO] [stdout]     | |__________________________________|___this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                                    |   `#8` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                    this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]     |                                    `#9` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 282 | |                     bridge_tx.send(Message::Binary(bin)).await?;
[INFO] [stdout]     | |                     ------------------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]     | |                     `#10` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 285 | |                     bridge_tx.send(Message::Pong(ping)).await?;
[INFO] [stdout]     | |                     -----------------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]     | |                     `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 289 | |                     broker_api.disconnect_client(inner_user_id.clone()).await?;
[INFO] [stdout]     | |                     ----------------------------------------------------------
[INFO] [stdout]     | |                     |                                                   |
[INFO] [stdout]     | |                     |                                                   this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]     | |                     |                                                   `#14` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]     | |                     `#12` will be dropped later as of Edition 2024
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]     | |                     `#13` will be dropped later as of Edition 2024
[INFO] [stdout] 290 | |                     bridge_tx.send(Message::Close(close)).await?;
[INFO] [stdout]     | |                     -------------------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]     | |                     `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 293 | |         }
[INFO] [stdout]     | |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.79/src/error.rs:600:1
[INFO] [stdout]     |
[INFO] [stdout] 600 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed tests/test_server_client.rs (1 fix)
[INFO] [stderr]    Migrating examples/server.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed examples/server.rs (1 fix)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/test_server_side_subscription.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed tests/test_server_side_subscription.rs (2 fixes)
[INFO] [stderr]    Migrating tests/test_dangling_connections.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed tests/test_dangling_connections.rs (2 fixes)
[INFO] [stderr]    Migrating examples/client.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> examples/client.rs:19:27
[INFO] [stdout]     |
[INFO] [stdout]  19 |     while let Some(msg) = read.next().await {
[INFO] [stdout]     |                    ---    ^^^^^^^^^^^^-----
[INFO] [stdout]     |                    |      |           |
[INFO] [stdout]     |                    |      |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    |      |           `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |      this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |      up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    `msg` calls a custom destructor
[INFO] [stdout]     |                    `msg` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  27 |                     write.send(Message::Ping(vec![])).await?;
[INFO] [stdout]     |                     ----------------------------------------
[INFO] [stdout]     |                     |                                 |
[INFO] [stdout]     |                     |                                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                     |                                 `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                     `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  37 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/src/bytes.rs:522:1
[INFO] [stdout]     |
[INFO] [stdout] 522 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/src/bytes.rs:522:1
[INFO] [stdout]     |
[INFO] [stdout] 522 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `msg` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `msg` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/src/bytes.rs:522:1
[INFO] [stdout]     |
[INFO] [stdout] 522 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/src/bytes.rs:522:1
[INFO] [stdout]     |
[INFO] [stdout] 522 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.5.0/src/bytes.rs:522:1
[INFO] [stdout]     |
[INFO] [stdout] 522 | impl Drop for Bytes {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating tests/test_redis_reset.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed tests/test_redis_reset.rs (2 fixes)
[INFO] [stderr]    Migrating tests/test_echo.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.86s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr] crater-edition-check: broadcast-rs v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking broadcast-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "d374f8ab6e89de0b776fe542d9a5951a0cf6d06997b12642f12e73bd4d6dd9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d374f8ab6e89de0b776fe542d9a5951a0cf6d06997b12642f12e73bd4d6dd9e9", kill_on_drop: false }`
[INFO] [stdout] d374f8ab6e89de0b776fe542d9a5951a0cf6d06997b12642f12e73bd4d6dd9e9
